SftTree/NET 2.0

Previous Property, ItemClass Class

Softel vdm, Inc.

Returns the previous item (visible or hidden).

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property Previous As ItemClass

C#   

public ItemClass Previous { get; }

C++   

public: property ItemClass^ Previous {
        ItemClass^ get();
}

Property Value

The previous item or null/Nothing if there is no previous item.

Comments

The Previous property returns the previous item (visible or hidden).

The Previous property can be used to traverse the items one by one, regardless of their level or hierarchical relationship. Previous will simply return the item immediately following the current item.

PreviousVisible works similarly, but returns the next visible item.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com